home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WWW Studio 2004
/
WWW Studio.iso
/
Programy
/
Demo
/
angielskidemo_setup.exe
/
#setuppath#
/
2.dxr
/
00005_exit.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-02-01
|
294 b
|
20 lines
property t
on beginSprite
puppetTloOFF()
setcursor(#CursorNormal)
preloadMember("papa_grzesia.wav")
end
on exitFrame
if voidp(t) then
t = the timer
puppetSoundMember("papa_grzesia.wav")
end if
if (the timer - t) < 180 then
go(the frame)
else
halt()
end if
end